home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / freemacs.arc / KNOWN.BUG < prev    next >
Text File  |  1988-03-17  |  451b  |  16 lines

  1. There are two known bugs as of 04-07-87:
  2.  
  3.   o #(ex) and #(ef) crash under MS-DOS 3.2x.  That means that
  4.     shell-command, shell-command-to-buffer, masm, make, suspend-emacs,
  5.     filter-region, and compile all don't work.  The cause is known
  6.     and the fix is undergoing testing.
  7.  
  8.   o start-kbd-macro and flash-paren don't work well together.  The fix:
  9.  
  10.     M-x ef,Fflash-paren
  11.  
  12.     Change:
  13.     #(d,##(temp))
  14.     To:
  15.     #(Fkbd-in,##(temp))
  16.